extractXar

suspend fun extractXar(file: Path, dest: Path? = null, vararg flags: String): Path

Extract a xar compatible archive

MAC ONLY

Parameters

file

path to the archive

dest

destination directory. Will be a temp directory if null.

flags

flags for the xar. Optional.

Sources

js source
Link copied to clipboard